home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / GRPSY100.ZIP;1 / PROGRAMS.ZIP / GROUPSYS.DOC next >
Encoding:
Text File  |  1993-01-15  |  42.3 KB  |  1,046 lines

  1.  
  2.     
  3.  
  4.  
  5.     
  6.     
  7.     
  8.  
  9.                   "GROUPSYS" Boy Scouts Group Committee System
  10.                   ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                 Version 1.00
  19.  
  20.                               January 15, 1993
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                            Developed by Bruce Howson 
  32.                                B D H Consultants 
  33.                           Bayview Hills Eagles Scouts 
  34.                                 212 Waratah Ave 
  35.                            Newmarket, Ontario L3Y 5J7 
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.              Copyright 1992, B D H Consultants All Rights Reserved. 
  46.  
  47.  
  48.  
  49.     IMPORTANT ˇNOTE: ˇThis is a shareware version of GROUPSYS which may ˇbe
  50.     copied ˇand ˇdistributed for evaluation purposes as ˇdescribed ˇin ˇthe 
  51.     License Agreement below. ˇHowever, IT MAY NOT BE DISTRIBUTED AS PART OF 
  52.     ANY OTHER SOFTWARE PACKAGE. Please report violations to Bruce Howson at 
  53.     the above address. 
  54.  
  55.  
  56.  
  57.  
  58.     
  59.                                TABLE OF CONTENTS 
  60.                                ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  61.  
  62.     SYSTEM REQUIREMENTS...................................................2 
  63.     PURPOSE OF "GROUPSYS".................................................3
  64.     WHAT IS SHAREWARE.....................................................4 
  65.     REGISTRATION..........................................................4 
  66.     SUPPORT...............................................................5 
  67.     LICENSE AGREEMENT.....................................................5 
  68.     MAIN MENU OPTIONS.....................................................6 
  69.         Control File Maintenance Menu.....................................6 
  70.         Accomplishments Entry Menu........................................6 
  71.         Reports and Inquiries Menu........................................6
  72.         System Utilities Menu.............................................7 
  73.     CONTROL FILE MAINTENANCE MENU OPTIONS.................................8 
  74.         Membership Basic Data Maintenance.................................8 
  75.         Section File Maintenance.........................................10
  76.         Training File Maintenance........................................10
  77.         Leader - Training Accomplished File Maintenance..................11
  78.         Transfer Leader Records from a Section to Another................11
  79.         Transfer Youth Records from a Section to Another.................11
  80.         Select Contact Leader for a Section..............................11
  81.     ACCOMPLISHMENTS ENTRY MENU OPTIONS...................................12
  82.         Enter Leader Training Completed..................................12
  83.     REPORTS AND INQUIRIES MENU OPTIONS...................................14
  84.         Section Member Listing...........................................14
  85.         Youth Listing....................................................14
  86.         Leader Listing...................................................15
  87.         Leader Training Record Listing...................................15
  88.         Section Information Listing......................................15
  89.         Summary Listing..................................................15
  90.     SYSTEM UTILITIES MENU OPTIONS........................................16
  91.         Configuration File Maintenance...................................16
  92.         Back Up All Data to Floppy.......................................17
  93.         Restore All Data from Floppy.....................................17
  94.         Re-Index All Data Files..........................................17
  95.         Reset System Date and Time.......................................17
  96.         Import Data from Floppy..........................................17
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.                                GROUPSYS   Page 1
  110.  
  111.     SYSTEM REQUIREMENTS 
  112.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  113.     
  114.     "GROUPSYS" requires the following minimum system configuration: 
  115.     
  116.         - DOS Version 3.3 or higher (earlier versions of DOS only allow 20 
  117.           file handles to open at a time. This includes those file handles 
  118.           used for the Screen, Keyboard, Printer, etc.), 
  119.  
  120.         - 512K or more of memory, 
  121.     
  122.         - a hard drive with at least 1.5 megabytes of free space, 
  123.  
  124.         - a printer which supports the IBM character set (Graphics) 
  125.     
  126.     
  127.     In addition, ˇyour CONFIG.SYS file must contain a line showing at least 
  128.     the following number of files: 
  129.     
  130.         FILES=60 
  131.     
  132.     If ˇyou ˇhave ˇa CONFIG.SYS file that does not contain this line ˇ( ˇor 
  133.     FILES are less than 60), you must edit your CONFIG.SYS file so it does. 
  134.     Use any ASCII text editor or your DOS editor to modify the file. ˇRefer 
  135.     to ˇyour ˇDOS manual if necessary. ˇBe sure to reboot your computer ˇto 
  136.     implement the changes. 
  137.     
  138.     A note on the FILES= ˇin CONFIG.SYS. ˇDOS uses file handles to ˇcontrol 
  139.     the ˇcomputer ˇand ˇrun programs. ˇThe default number of Files with ˇno 
  140.     FILES= statement is 20. Dos uses about 10 of these to control the basic 
  141.     operation of your computer (keyboard, ˇscreen, floppies, parallel port, 
  142.     etc.). ˇˇGROUPSYS needs about 25 ˇfile handles to run. ˇIf you have any 
  143.     resident programs or are using a multi-tasking program, you may need to 
  144.     increase ˇthe ˇnumber of file handles by increasing the number ˇin ˇthe 
  145.     FILES= ˇline in your CONFIG.SYS. As each system is run differently, ˇwe 
  146.     cannot determine the optimum number of Files. ˇIf you get an Error such 
  147.     as : DBFNTX/1003    Open Error : ????????.NTX   or 
  148.          DBFNTX/1006   Create Error: ????????.NTX
  149.     then you MUST increase the number of Files in your CONFIG.SYS file.
  150.     
  151.     
  152.     "GROUPSYS" ˇhas been tested on 4.77 Mhz IBM XT's, ˇ286 ˇcompatibles,386 
  153.     compatibles ˇand 486 ˇcompatibles. ˇObviously the response time on ˇthe 
  154.     486's ˇwas ˇsuperb, ˇbut even on the XT's the response time ˇwas ˇgood. 
  155.     Every effort has been made to ensure that "GROUPSYS" ˇwill run properly 
  156.     on any size machine with the minimum system requirements shown above. 
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.                                GROUPSYS   Page 2
  165.  
  166.     THE PURPOSE OF "GROUPSYS"
  167.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  168.     GROUPSYS was written to:
  169.  
  170.     Speed ˇthe ˇregistration process. ˇCountless hours are spent ˇgathering 
  171.     data from each of the Sections ( Beavers, Cubs, Scouts, etc.) ˇand then 
  172.     consolidating it prior to sending it to District. ˇGROUPSYS enables you 
  173.     to ˇˇimport ˇdata ˇfrom ˇa ˇdiskette ˇprovided ˇby ˇeach ˇSection ˇˇand 
  174.     consolidating ˇit ˇautomatically. ˇˇThe only requirement is ˇthat ˇeach 
  175.     Section is using one of our sister products (BEAVSYS, CUBSYS, SCOUTSYS, 
  176.     VENTSYS, ˇˇROVESYS ). ˇRegistration can be done in a matter of ˇminutes 
  177.     each year. ˇIn our Group we were able to complete registration in ˇless 
  178.     than ˇan hour. ˇTen minutes for importing data for 8 Sections ˇand ˇ165 
  179.     Youths and the rest waiting for the printer to finish printing. 
  180.  
  181.     Reduce ˇconsiderably ˇthe time, ˇeffort ˇand ˇco-ordination required to 
  182.     maintain ˇthe training records for leaders by the Group Committee. ˇˇAs 
  183.     any Scouter knows, this can take a lot of time to do properly. GROUPSYS 
  184.     will ˇenable you to keep the records up to date in only a ˇfew ˇminutes 
  185.     each week. 
  186.  
  187.     Improve the accuracy of the records. ˇThis is by far the hardest ˇthing 
  188.     to co-ordinate. ˇRecords are kept on wall charts, in 3 ring binders, in 
  189.     individual ˇrecord ˇbooks, ˇˇeven ˇit sometimes seems on ˇthe ˇback ˇof 
  190.     envelopes. ˇˇWith ˇGROUPSYS ˇall ˇrecords are ˇstored ˇin ˇone ˇcentral 
  191.     location. ˇReports can be printed to verify the accuracy of input data. 
  192.     Corrections are simple and fast. 
  193.  
  194.  
  195.  
  196.     The registered version is different in the following ways: 
  197.  
  198.     The ˇlicensed ˇversion ˇdoes not have those nagging 4 ˇscreens ˇat ˇthe 
  199.     beginning of the program. 
  200.  
  201.     Registered ˇusers ˇare regularly informed of new upgrades and ˇany ˇnew 
  202.     software availability. 
  203.  
  204.     Registered ˇusers ˇwho submit any enhancement suggestions will ˇhave ˇa 
  205.     better chance of having that suggestion implemented. 
  206.  
  207.     The ˇlicense agreement doesn't allow you to distribute ˇthe ˇregistered 
  208.     version ˇto other people. ˇYou can, ˇhowever, ˇdistribute the Shareware 
  209.     version freely.  
  210.     
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.                                GROUPSYS   Page 3
  220.  
  221.     WHAT IS SHAREWARE 
  222.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
  223.     "GROUPSYS" ˇˇis ˇa ˇcopyrighted program developed and owned ˇby ˇB ˇD H 
  224.     Consultants and the Bayview Hills Scout Troop in Newmarket, Ontario. 
  225.  
  226.     "GROUPSYS is distributed as Shareware. Shareware does not mean free and 
  227.     it does not mean public domain. ˇShareware is a distribution method not 
  228.     a type of software. ˇThe Shareware system enables you to try before you 
  229.     buy. ˇˇIf ˇyou try a Shareware program, ˇfind it suits your ˇneeds ˇand 
  230.     continue ˇusing it, ˇyou are expected to register it. ˇThose who ˇdon't 
  231.     find the program useful are free to junk it or better yet pass it on to 
  232.     a ˇfriend. ˇThe Shareware distribution method keeps overheads ˇlow ˇand 
  233.     hence ˇprices ˇare also low.  ˇShareware has the ˇultimate ˇmoney ˇback 
  234.     guarantee--if you don't use it, you don't pay for it. 
  235.  
  236.     Copyright ˇlaws apply equally to both commercial software and Shareware 
  237.     software ˇand ˇthe author retains all rights except ˇas ˇstated ˇbelow. 
  238.     "GROUPSYS" is copyrighted and owned by the authors and only the authors 
  239.     have the right to sell it. ˇHowever, "GROUPSYS" ˇmay be copied and used 
  240.     freely ˇfor ˇevaluation ˇpurposes only. ˇFirms ˇinvolved ˇin ˇShareware 
  241.     program ˇdistribution may distribute it and only charge a fee to ˇcover 
  242.     copying and handling costs. 
  243.  
  244.     GROUPSYS is a "shareware program" ˇand is  provided at no charge to you 
  245.     for evaluation.  ˇFeel free to share it with your friends. ˇThe essence 
  246.     of ˇ"user-supported" ˇsoftware is to provide you with quality ˇsoftware 
  247.     without ˇhigh ˇprices, ˇˇand yet to give us incentive ˇto ˇcontinue ˇto 
  248.     develop new products. 
  249.  
  250.     REGISTRATION 
  251.     ÕÕÕÕÕÕÕÕÕÕÕÕ 
  252.     If  ˇyou plan to use GROUPSYS to maintain your Groups records you ˇmust 
  253.     send a registration payment of $30.00 (plus applicable taxes) to: 
  254.  
  255.                                   Bruce Howson 
  256.                                B D H Consultants 
  257.                           Bayview Hills Eagles Scouts 
  258.                                 212 Waratah Ave. 
  259.                            Newmarket, Ontario L3Y 5J7 
  260.  
  261.     Your ˇ$30.00 ˇregistration will license one copy of GROUPSYS for use by 
  262.     your ˇGroup. ˇThis means you may freely copy the program and files ˇfor 
  263.     use by more than one Group Leader as long as they are involved with the 
  264.     same Group. ˇPrint an order form from the Main Menu Option #5. ˇPlease, 
  265.     cheques or money orders only. 
  266.  
  267.     GROUPSYS is a fund raising project for our Troop.  ˇYou are ˇencouraged 
  268.     to ˇpass a copy of  GROUPSYS along to your friends and fellow ˇScouters 
  269.     for evaluation, ˇbut  please encourage them to register their ˇcopy ˇif 
  270.     they like and use it. 
  271.  
  272.     Thank you for supporting Scouting ! 
  273.  
  274.                                GROUPSYS   Page 4
  275.  
  276.     HOW TO REACH US FOR SUPPORT 
  277.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  278.     We have made GROUPSYS as easy to use as possible.  However, if you have 
  279.     a problem, or find our documentation inadequate, ˇwe would like to hear 
  280.     from you. You can reach us via Mail at: 
  281.  
  282.                                B D H Consultants 
  283.                           Bayview Hills Eagles Scouts 
  284.                                 212 Waratah Ave. 
  285.                            Newmarket, Ontario L3Y 5J7 
  286.  
  287.     You will get faster service from us via electronic mail : 
  288.  
  289.     Our CompuServe ID number is 70031,3047. 
  290.     On FidoNet our Node is 1:229/15.
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.     LICENSE AGREEMENT 
  299.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  300.     The ˇ"GROUPSYS" ˇˇprogram and its documentation are ˇcopyrighted ˇworks 
  301.     protected by Canadian and international copyright law. ˇYou are granted  
  302.     a ˇlicense ˇto ˇuse ˇyour copy of GROUPSYS only ˇunder ˇthe ˇterms ˇand 
  303.     conditions specified in this license agreement. 
  304.  
  305.     GROUPSYS is a commercial software product. It is not free, nor is it in 
  306.     the public domain. It is distributed as Shareware, which means that you 
  307.     may ˇtry ˇthe software before you pay for it. ˇHowever, ˇyou must ˇstop  
  308.     using ˇGROUPSYS and remove it from  your computer if you decide not ˇto 
  309.     pay the license fee. 
  310.  
  311.     You ˇmay freely copy GROUPSYS and give copies of GROUPSYS to others ˇif 
  312.     they also  agree  to the terms of this agreement. 
  313.  
  314.     USERS OF GROUPSYS MUST ACCEPT THIS DISCLAIMER OF WARRANTY: ˇGROUPSYS IS 
  315.     PROVIDED ˇAS ˇIS, ˇWITHOUT WARRANTY OF ANY KIND, ˇEXPRESS ˇOR ˇIMPLIED, 
  316.     INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  317.     AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY 
  318.     AND PERFORMANCE IS WITH YOU. B D H CONSULTANTS ASSUMES NO LIABILITY FOR 
  319.     DAMAGES, ˇˇDIRECT OR CONSEQUENTIAL, ˇWHICH MAY RESULT FROM THE ˇUSE ˇOF 
  320.     GROUPSYS. 
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.                                GROUPSYS   Page 5
  330.  
  331.     Main Menu Options 
  332.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  333.     At ˇall ˇmenus you can either move the highlight to the desired ˇoption 
  334.     and hit "Enter" or simply select the desired menu option number. 
  335.                                                                               
  336.                                                                                 
  337.                   …ÕÕÕÕÕÕ GROUP COMMITTEE FILE SYSTEM ÕÕÕÕÕª
  338.                   ∫              Version 1.00              ∫
  339.                   ∫                                        ∫                    
  340.                   ∫ 1. Control File Maintenance Menu       ∫                    
  341.                   ∫                                        ∫                    
  342.                   ∫ 2. Accomplishments Entry Menu          ∫                    
  343.                   ∫                                        ∫                    
  344.                   ∫ 3. Reports and Inquiries Menu          ∫                    
  345.                   ∫                                        ∫                    
  346.                   ∫ 4. System Utilities Menu               ∫                    
  347.                   ∫                                        ∫                    
  348.                   ∫                                        ∫                    
  349.                   ∫                                        ∫                    
  350.                   ∫                                        ∫                    
  351.                   ∫                                        ∫                    
  352.                   ∫                                        ∫                    
  353.                   ∫                                        ∫                    
  354.                   ∫                                        ∫                    
  355.                   ∫ 5. Print Registration Form             ∫                          ∫
  356.                   ∫                                        ∫                    
  357.                   ∫ 6. Print Suggestion Form               ∫
  358.                   ∫                                        ∫                    
  359.                   »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕ Esc to QUIT ÕÕÕÕÕÕÕÕÕÕÕÕÕº                    
  360.  
  361.  
  362.  
  363.     1. Control File Maintenance Menu 
  364.  
  365.     This ˇoption ˇwill ˇlead you to a menu allowing ˇyou ˇto ˇmaintain ˇthe 
  366.     necessary control files required to effectively run the system. This is 
  367.     where ˇall ˇYouth ˇand Leader Basic Data, ˇTraining ˇdefinitions, ˇˇand 
  368.     Contact Leaders are ˇspecified. ˇˇIn ˇaddition, this ˇis ˇwhere you can 
  369.     maintain a Leaders individual Training record. 
  370.  
  371.  
  372.     2. Accomplishments Entry Menu 
  373.  
  374.     This is where you enter all training accomplishments by your Leaders. 
  375.  
  376.  
  377.     3. Reports and Inquiries Menu 
  378.  
  379.     This ˇis ˇwhere you will find yourself most often. ˇThere ˇare ˇseveral 
  380.     Member's listings available. ˇIn addition there is a Leader's ˇtraining 
  381.     record and a listing of Section data. All reports can be printed to the 
  382.  
  383.  
  384.                                GROUPSYS   Page 6
  385.  
  386.     Main Menu Options con't
  387.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  388.  
  389.     Screen, to the Printer or to a Disk File for future reference. 
  390.  
  391.  
  392.     4. Systems Utilities Menu 
  393.  
  394.     Here ˇis ˇwhere ˇyou will find a set of System Utilities. ˇThere ˇis ˇa 
  395.     Configuration File where you specify your Group name, ˇwhether you have 
  396.     a colour monitor or monochrome, ˇand can specify your specific ˇprinter 
  397.     type. ˇIn addition, ˇthere are routines to Back-up your data, ˇˇRestore 
  398.     your data, ˇRe-Index your data files if you feel it is necessary, Reset 
  399.     the System ˇDate & Time, and Import data from diskettes supplied by the 
  400.     Sections. 
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.                                GROUPSYS   Page 7
  440.  
  441.     Control File Maintenance Menu Options
  442.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  443.                                                                                
  444.             …ÕÕÕÕÕÕÕÕÕÕÕ CONTROL FILE MAINTENANCE MENU ÕÕÕÕÕÕÕÕÕÕÕÕª         
  445.             ∫                                                      ∫         
  446.             ∫ 1. Membership Basic Data                             ∫ 
  447.             ∫                                                      ∫         
  448.             ∫ 2. Section File                                      ∫ 
  449.             ∫                                                      ∫         
  450.             ∫ 3. Training File                                     ∫ 
  451.             ∫                                                      ∫         
  452.             ∫ 4. Leader - Training Accomplished File               ∫ 
  453.             ∫                                                      ∫         
  454.             ∫ 5. Transfer Leader Records from a Section to Another ∫ 
  455.             ∫                                                      ∫         
  456.             ∫ 6. Transfer Youth Records from a Section to Another  ∫ 
  457.             ∫                                                      ∫         
  458.             ∫ 7. Select Contact Leader for a Section               ∫ 
  459.             ∫                                                      ∫         
  460.             ∫                                                      ∫ 
  461.             ∫                                                      ∫         
  462.             ∫                                                      ∫ 
  463.             ∫                                                      ∫
  464.             ∫                                                      ∫         
  465.             ∫                                                      ∫         
  466.             ∫                                                      ∫ 
  467.             »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ Esc to Return ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº         
  468.  
  469.  
  470.  
  471.     1. Membership Basic Data Maintenance 
  472.  
  473.     This ˇis ˇwhere ˇyou ˇadd, ˇedit or delete ˇall ˇpertinent ˇinformation 
  474.     relating to each member of the Group - Leader or Youth. When you select
  475.     this ˇoption ˇyou ˇwill be prompted for whether you ˇwant ˇto ˇmaintain 
  476.     Leader ˇdata or Youth data. ˇEnter "Y" ˇor "S" ˇto specify. ˇThroughout 
  477.     "GROUPSYS" the "ESC" key acts to escape the last request or to step one 
  478.     level back to the previous screen. Keep this in mind. 
  479.  
  480.     Next you ˇwill be presented with a list of Sections. Select the Section 
  481.     whose members you wish to maintain. A list of members either Youths ˇor 
  482.     Leaders ˇwill ˇbe ˇpresented next. ˇIf you are just ˇbeginning ˇto ˇuse 
  483.     "GROUPSYS", ˇˇthis ˇlist will be empty. ˇ"F2" ˇwill allow you to add ˇa 
  484.     record for a new member. ˇIf ˇyou have existing data, ˇmembers will ˇbe 
  485.     listed ˇalphabetically. ˇˇBeside each name is an "A" ˇor an "I". ˇˇThis 
  486.     signifies whether a member is Active or Inactive. ˇInactive Members ˇdo 
  487.     not ˇshow ˇup ˇanywhere ˇwithin the system except ˇin ˇMembership ˇFile 
  488.     Maintenance. ˇTheir records, ˇhowever, ˇare kept on file. Youth records 
  489.     will always contain an "A" since only active youths are registered each 
  490.     year.ˇThis field is to accomodate those Leaders who do not re-register, 
  491.     but ˇat ˇa ˇfuture date decide to re-join. ˇSaves typing ˇby ˇjust ˇre-
  492.     activating them and no training data will be lost   
  493.  
  494.                                GROUPSYS   Page 8
  495.  
  496.     Control File Maintenance Menu Options con't
  497.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  498.  
  499.     Your options at this point are: 
  500.    
  501.          - "F2" to add a new record 
  502.  
  503.          - "F4" to delete an existing record (and all associated records) 
  504.  
  505.          - "Enter" to edit an existing record 
  506.  
  507.          - "Esc" to return to the Menu 
  508.  
  509.     Seeking ˇis ˇa feature found throughout "GROUPSYS". ˇTo use it all ˇyou 
  510.     need to do is key the first letter of, ˇin this case, the last name and 
  511.     the cursor will jump ˇto the first record ˇmeeting ˇthat criteria. ˇFor 
  512.     example, ˇkeying a "B" would jump to the first name beginning with "B". 
  513.     If there is more than one name beginning with a "B", ˇthen key the next 
  514.     letter of the desired name. For example, "B" then "A" would jump to the 
  515.     first ˇname beginning with "BA". ˇAnd so on. ˇˇSeeking Leader names can 
  516.     speed ˇup ˇdata entry significantly. ˇCumulative keystrokes ˇwill ˇwork 
  517.     until you hit "Enter" ˇor any cursor control key - Up, Down, Home, End, 
  518.     Page UP, or Page Down. 
  519.  
  520.     Cursor ˇcontrol keys also work the same throughout "GROUPSYS". ˇUp will 
  521.     move ˇup one record in the list, ˇDown will move down one record in the 
  522.     list, ˇHome will take you to the first record in the list, ˇEnd to ˇthe 
  523.     last record in the list, ˇPage Up will move up one page in the list ˇor 
  524.     to ˇthe first record if too close to the top, ˇand Page Down will ˇmove 
  525.     down ˇone ˇpage in the list or to the last record if too close ˇto ˇthe 
  526.     bottom. 
  527.  
  528.     Wise ˇuse of the Seeking capability as well as smart use of the ˇcursor 
  529.     control keys can speed up your data entry or inquiry substantially. 
  530.  
  531.     Back to Membership Maintenance. 
  532.  
  533.  
  534.     a. Add a Record 
  535.  
  536.     To ˇadd ˇa record simply hit "F2". ˇYou will be presented with ˇa ˇdata 
  537.     input screen. ˇEnter all pertinent data. The cursor "Up" ˇkey will move 
  538.     you ˇback ˇone field at a time. ˇThe cursor "Down" ˇkey will ˇmove ˇyou 
  539.     forward ˇone ˇfield ˇat a time. ˇThe Health Card ˇNumber ˇis ˇcurrently 
  540.     formatted for Ontario residents. This can be easily changed if there is 
  541.     enough out of province interest.  
  542.  
  543.     Escape will return you to the Select Member List and WILL NOT save ˇthe 
  544.     data ˇyou entered. ˇTo save the data, ˇyou must either enter all fields 
  545.     (even if blank) ˇor hit "Ctl-W" ˇafter you have entered as much data as 
  546.     you want. Be sure to exit the last field before hitting "Ctl-W". 
  547.  
  548.  
  549.                                GROUPSYS   Page 9
  550.  
  551.     Control File Maintenance Menu Options con't
  552.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  553.  
  554.     b. Edit a Record 
  555.  
  556.     To ˇedit existing data simply place the highlight over the ˇname ˇwhose 
  557.     data ˇyou wish to edit and hit return. ˇThe same rules as for adding ˇa 
  558.     record apply. 
  559.  
  560.     c. Delete a Record 
  561.  
  562.     To ˇdelete a record, ˇplace the highlight over the name whose data ˇyou 
  563.     wish to delete and hit "F4". You will be prompted to confirm you really 
  564.     do ˇwant ˇto delete the record. ˇThis deletion will delete the all ˇthe 
  565.     member's ˇrecords from the database. ˇThis includes the basic data ˇand 
  566.     all ˇTraining completed.ˇIt is recommended that you print a full Record 
  567.     Sheet for each Leader you wish to delete before final deletion. Leaders 
  568.     have been known to change their minds and return to Scouting. ˇHaving a 
  569.     hard copy of their record eases re-entering their data. 
  570.  
  571.     Deletion ˇis ˇmeant for those cases where there is no chance ˇa ˇmember 
  572.     will ˇre-join the Group. ˇIf you are uncertain, ˇit is better to simply 
  573.     mark ˇthe member as Inactive in the database. ˇThis way the records are 
  574.     kept ˇand that member will not appear anywhere else in the system. ˇYou 
  575.     can always delete the member when you become certain. 
  576.  
  577.  
  578.     2. Section File 
  579.  
  580.     This ˇoption ˇallows ˇyou to enter or maintain data ˇrelating ˇto ˇeach 
  581.     Section. The same mechanism and methods of adding, editing, or deleting 
  582.     Badges apply as for Membership Maintenance. 
  583.     
  584.     One note on the fields for Number ˇof Youths this year. ˇThis field ˇis 
  585.     maintained automatically as you add, ˇdelete or transfer youths ˇeither 
  586.     manually or by importing. The last year number is transferred from this 
  587.     year at your discretion when importing ˇdata from a Section's diskette. 
  588.     If you are not using the companion programs (BEAVSYS, CUBSYS, SCOUTSYS, 
  589.     VENTSYS, ˇROVSYS), ˇthereby allowing you to import data, ˇthen you will 
  590.     need to maintain these fields manually.  
  591.  
  592.  
  593.     3. Training File
  594.  
  595.     This ˇˇfile ˇcontains ˇa list of all training courses available to ˇthe 
  596.     Leaders. ˇˇThe ˇfile ˇhas been pre-loaded with ˇmost ˇof ˇthe ˇTraining 
  597.     available. 
  598.         
  599.     As ˇwith ˇBadge Maintenance, ˇthe same methods as ˇused ˇin ˇMembership 
  600.     Maintenance apply. 
  601.     
  602.  
  603.  
  604.                                GROUPSYS   Page 10
  605.  
  606.     Control File Maintenance Menu Options con't
  607.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  608.  
  609.     5. Leader - Training Accomplished File
  610.  
  611.     This ˇfile was originally intended to input, ˇedit or delete a ˇLeaders 
  612.     individual ˇtraining ˇaccomplished.ˇbut a better method to do this ˇwas 
  613.     found. This ˇimproved ˇmethod is found on the Accomplishment Entry Menu 
  614.     (from ˇthe ˇMain ˇMenu). ˇˇThis maintenance ˇhas ˇbeen ˇleft ˇhere ˇfor 
  615.     continuity ˇonly and only inquiry is allowed. ˇNo data may be ˇentered, 
  616.     changed or deleted here. 
  617.     
  618.     6. Transfer Leader Records from a Section to Another
  619.     
  620.     This ˇoption allows you to transfer a leaders records from one ˇSection 
  621.     to another. ˇThis is done typically as a Leader moves from one ˇSection 
  622.     to ˇanother ˇas ˇhis son or daughter moves up. ˇBy ˇusing ˇthis ˇoption 
  623.     integrity ˇof the data base is maintained and no training ˇrecords ˇare 
  624.     lost. 
  625.     
  626.     7. Transfer Youth Records from a Section to Another
  627.     
  628.     Same as #7. (My way of saving typing). Usually done as a youth moves up 
  629.     during the Scouting year rather than at the end of the year. 
  630.     
  631.  
  632.     8. Select Contact Leader for a Section
  633.  
  634.     This ˇallows you to easily select the Contact Leader for each ˇSection. 
  635.     You ˇshould ensure that this is done as each listing containing Leaders 
  636.     or ˇSections ˇspecifies the Contact Leader. ˇAll Scouters in the ˇGroup 
  637.     should be aware of the Contact Leaders for each Section. 
  638.     
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.                                GROUPSYS   Page 11
  660.  
  661.     Accomplishments Entry Menu Options
  662.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  663.                                                                                 
  664.                   …ÕÕÕÕÕ ACCOMPLISHMENT ENTRY MENU ÕÕÕÕÕÕÕÕª                    
  665.                   ∫                                        ∫                    
  666.                   ∫ 1. Enter Leader Training Completed     ∫                    
  667.                   ∫                                        ∫                    
  668.                   ∫                                        ∫                    
  669.                   ∫                                        ∫                    
  670.                   ∫                                        ∫                    
  671.                   ∫                                        ∫                    
  672.                   ∫                                        ∫                    
  673.                   ∫                                        ∫                    
  674.                   ∫                                        ∫                    
  675.                   ∫                                        ∫                    
  676.                   ∫                                        ∫                    
  677.                   ∫                                        ∫                    
  678.                   ∫                                        ∫                    
  679.                   ∫                                        ∫                    
  680.                   ∫                                        ∫                    
  681.                   ∫                                        ∫                    
  682.                   ∫                                        ∫
  683.                   ∫                                        ∫                    
  684.                   ∫                                        ∫                    
  685.                   ∫                                        ∫                    
  686.                   »ÕÕÕÕÕÕÕÕÕÕÕÕÕ Esc to Return ÕÕÕÕÕÕÕÕÕÕÕÕº 
  687.  
  688.  
  689.     1. Enter Leader Training Completed
  690.  
  691.     This option is where you will do most of your data entry. Not much, eh! 
  692.     It has been designed to speed this process as much as possible. 
  693.  
  694.     When you select this option, ˇa ˇcalendar will appear. ˇSelect the date 
  695.     the training was completed by using the cursor control keys. A reminder 
  696.     of these cursor control keys has been put at the bottom of the calendar 
  697.     for reference. ˇI ˇdecided to use a calendar rather than just inputting 
  698.     the ˇdate because I quite often am tardy in entering data and was tired 
  699.     of running to the wall calendar. ˇLet's see. ˇThey did that on the last 
  700.     weekend last month. ˇWhat was the date again? ˇOr I tried counting back 
  701.     on my fingers. ˇThey did that at a meeting on Tuesday. ˇIf today is the 
  702.     27'th then Tuesday was the...27, 26, 25, 24, ˇ23'rd. It is a lot easier 
  703.     to just select a date from the pop-up calendar. 
  704.  
  705.     Next ˇyou ˇwill be prompted for the Training which was completed. ˇThis 
  706.     enables you to update all Leader records for that specific training. ˇA 
  707.     list ˇof ˇSections ˇappears next. ˇSelect the Section ˇwhich ˇa ˇLeader 
  708.     belongs to. 
  709.     
  710.     Next a list of Leaders will appear. If any Leader has already completed 
  711.     that training an asterisk (*) ˇwill appear next to their name. ˇYou can 
  712.     determine when they completed that requirement by highlighting their 
  713.  
  714.                                GROUPSYS   Page 12
  715.  
  716.     Accomplishments Entry Menu Options con't
  717.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
  718.  
  719.     name and hitting "F5". ˇThis is a useful feature if you need to reverse 
  720.     the completion of training for any particular Leader 
  721.  
  722.     Simply by highlighting a Leaders name and hitting "Enter" ˇwill ˇrecord 
  723.     that ˇtraining ˇas ˇbeing ˇcompleted ˇon the ˇdate ˇselected. ˇˇIf ˇyou 
  724.     inadvertently select the wrong Leader ˇdon't worry. "Enter" ˇagain will 
  725.     remove that training record from the records. ˇThe asterisk will toggle 
  726.     as you do this. 
  727.     
  728.     You cannot toggle any existing completed training if it has a different 
  729.     date ˇthan the one selected on beginning data entry. ˇIf ˇyou ˇneed ˇto 
  730.     reverse a previous entry, check the completed date by using "F5", ˇthen 
  731.     exit and re-enter using that date. 
  732.  
  733.     
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.                                GROUPSYS   Page 13
  770.  
  771.     Reports and Inquiries Menu Options
  772.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  773.  
  774.                   …ÕÕÕÕÕ REPORTS AND INQUIRIES MENU ÕÕÕÕÕÕÕª                    
  775.                   ∫                                        ∫                    
  776.                   ∫ 1. Section Member Listing              ∫                    
  777.                   ∫                                        ∫                    
  778.                   ∫ 2. Youth Listing                       ∫                    
  779.                   ∫                                        ∫                    
  780.                   ∫ 3. Leader Listing                      ∫                    
  781.                   ∫                                        ∫                    
  782.                   ∫ 4. Leader Training Record Listing      ∫                    
  783.                   ∫                                        ∫                    
  784.                   ∫ 5. Section Information Listing         ∫                    
  785.                   ∫                                        ∫                    
  786.                   ∫ 6. Summary Listing                     ∫                    
  787.                   ∫                                        ∫                    
  788.                   ∫                                        ∫                    
  789.                   ∫                                        ∫                    
  790.                   ∫                                        ∫                    
  791.                   ∫                                        ∫                    
  792.                   ∫                                        ∫                    
  793.                   ∫                                        ∫                    
  794.                   ∫                                        ∫                    
  795.                   ∫                                        ∫                    
  796.                   »ÕÕÕÕÕÕÕÕÕÕÕÕÕ Esc to Return ÕÕÕÕÕÕÕÕÕÕÕÕº                    
  797.  
  798.  
  799.     1. Section Member Listing
  800.  
  801.     This ˇoption gives a list of Youths Addresses and Phone Numbers as well 
  802.     as ˇthe Leaders Addresses and Phone Numbers by Section. ˇYou can choose 
  803.     to print the listing for all Sections or for only one selected Section. 
  804.     The Contact Leader is indicated with a "*" beside their name. 
  805.  
  806.     Output ˇcan be to the Screen, ˇto the Printer, ˇor to a file for ˇlater 
  807.     printing. I frequently print to a file(s) ˇand then copy the files to a 
  808.     diskette. ˇˇThe files on the diskette can then be printed on ˇa ˇbetter 
  809.     quality printer. 
  810.     
  811.  
  812.     2. Youth Listing
  813.  
  814.     This listing lists all the Youths in the Group with Addresses and Phone 
  815.     Numbers. ˇˇYou ˇcan ˇchoose to print the report ˇalphabetically ˇor ˇby 
  816.     Section. 
  817.  
  818.     Again output can be to the Screen, Printer or to a disk File. 
  819.     
  820.  
  821.  
  822.  
  823.  
  824.                                GROUPSYS   Page 14
  825.  
  826.     Reports and Inquiries Menu Options Cont'd
  827.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  828.     
  829.     3. Leader Listing 
  830.  
  831.     This ˇlists ˇthe Names, ˇAddresses and Phone Numbers for all Leaders in 
  832.     the Group. They can be listed alphabetically or by Section. The Contact 
  833.     Leader is indicated with a "*" beside their name. 
  834.  
  835.  
  836.     4. Leader Training Record Listing
  837.  
  838.     This is simply a Record of all Training Completed on file for a Leader. 
  839.  
  840.  
  841.     5. Section Information Listing
  842.  
  843.     This ˇoption prints all general information on file for a Section. ˇˇIt 
  844.     lists Meeting place, Meeting times, Contact Leader, etc. 
  845.  
  846.  
  847.     6. Summary Listing
  848.  
  849.     This option lists the number of Youths and Leaders by Section with sub-
  850.     totals by Section Type (Beavers, Cubs, etc.) and Grand Total. ˇIt shows 
  851.     the ˇnumber ˇof ˇYouths this year as well as last year ˇfor ˇcomparison 
  852.     purposes. ˇˇIn ˇaddition, ˇˇin order to keep the ˇrecords ˇstraight ˇit 
  853.     recalculates the number of youths on file for this year and adjusts the 
  854.     numbers in the Section File if necessary. 
  855.     
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.                                GROUPSYS   Page 15
  880.  
  881.     System Utilities Menu Options
  882.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  883.                                                                                 
  884.                   …ÕÕÕÕÕÕÕÕ SYSTEM UTILITIES MENU ÕÕÕÕÕÕÕÕÕª                    
  885.                   ∫                                        ∫                    
  886.                   ∫ 1. Configuration File Maintenance      ∫                    
  887.                   ∫                                        ∫                    
  888.                   ∫ 2. Back Up All Data Files to Floppy    ∫                    
  889.                   ∫                                        ∫                    
  890.                   ∫ 3. Restore All Data Files from Floppy  ∫                    
  891.                   ∫                                        ∫                    
  892.                   ∫ 4. Re-Index All Data Files             ∫                    
  893.                   ∫                                        ∫                    
  894.                   ∫ 5. Reset System Date and Time          ∫                    
  895.                   ∫                                        ∫                    
  896.                   ∫ 6. Import Data from Floppy             ∫                    
  897.                   ∫                                        ∫                    
  898.                   ∫                                        ∫                    
  899.                   ∫                                        ∫                    
  900.                   ∫                                        ∫                    
  901.                   ∫                                        ∫                    
  902.                   ∫                                        ∫                    
  903.                   ∫                                        ∫                    
  904.                   ∫                                        ∫                    
  905.                   ∫                                        ∫                    
  906.                   »ÕÕÕÕÕÕÕÕÕÕÕÕÕ Esc to Return ÕÕÕÕÕÕÕÕÕÕÕÕº                    
  907.  
  908.  
  909.  
  910.     1. Configuration File Maintenance 
  911.  
  912.     This ˇoption allows you to specify some basic data about ˇyour ˇsystem. 
  913.     Your ˇGroup ˇname is specified here. ˇThis is what will ˇprint ˇon ˇall 
  914.     reports. ˇYour province is specified here as well. This will be used to 
  915.     accommodate ˇˇdiffering ˇHealth ˇCard ˇNumbering ˇsystems ˇin ˇˇvarious 
  916.     provinces in future releases (if there is any interest). 
  917.     
  918.     If you have a Colour Monitor, ˇspecify it here and all screens will ˇbe 
  919.     in ˇcolour. ˇA ˇhint. ˇIf you have a laptop computer with a ˇmonochrome 
  920.     monitor and colour graphics capability (256 ˇshades of grey?), ˇspecify 
  921.     "N". The  screens will show up better. 
  922.  
  923.     Your ˇprinter ˇname will be shown. ˇIf you wish to change your ˇprinter 
  924.     then ˇhit ˇ"Y". ˇA ˇlist of known printers will be displayed. ˇIf ˇyour 
  925.     printer ˇis ˇlisted simply select it. ˇIf not you can add your ˇprinter 
  926.     type to the list. Hit "F2". 
  927.  
  928.     To add a new printer to the list, you will need your printer manual for 
  929.     the necessary control codes. 
  930.     
  931.     Add ˇyour ˇprinter ˇname. ˇˇAdd the control ˇcodes ˇfor ˇNormal ˇPrint, 
  932.     Compressed Print,  Expanded On Print  and  Expanded Off Print  as  a  3 
  933.     
  934.                                GROUPSYS   Page 16
  935.  
  936.     System Utilities Menu Options Cont'd
  937.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  938.     
  939.     character ˇdecimal numbers separated by "\". ˇFor example to enter "Esc 
  940.     M", it would be entered as "027\077\". 
  941.  
  942.     There are far too many printers out there for me to pre-load them ˇall. 
  943.     This option allows you to tailor your specific printer to the system. 
  944.     
  945.  
  946.     2. Back Up All Data Files to Floppy 
  947.  
  948.     This ˇoption ˇallows you to back-up your data to floppy ˇdisk. ˇˇIt ˇis 
  949.     highly recommended that you do so frequently. ˇRe-entering all ˇrecords 
  950.     and reconstructing records can be a nightmare. Be prepared. Back up. 
  951.  
  952.     It is also an easy way to transfer data among Leaders for planning. ˇIt 
  953.     is recommended that one Leader be responsible for updating the ˇrecords 
  954.     but each Leader could use the data for planning. 
  955.  
  956.  
  957.     3. Restore All Data Files from Floppy 
  958.  
  959.     This ˇoption ˇallows ˇyou ˇto ˇrestore all ˇdata ˇfrom ˇfloppy ˇif ˇthe 
  960.     unthinkable ˇhappens. ˇˇIt is also a good way to ˇtransfer ˇdata ˇamong 
  961.     Leaders. 
  962.  
  963.     
  964.     4. Re-Index All Data Files 
  965.  
  966.     This option should not be required. ˇHowever, experience has shown that 
  967.     sometimes indexes get corrupted (probably from hard drive problems). If 
  968.     your ˇdata ˇseems screwy or disorganised then the indexes have ˇsomehow 
  969.     become corrupt. Re-indexing will put order back into the system. 
  970.  
  971.     If you use the DOS COPY to move files, ˇyou MUST re-index or the system 
  972.     will ˇlose it's integrity. ˇWe recommend using the Back-up and ˇRestore 
  973.     functions ˇfrom the menu since files are automatically re-indexed ˇwhen 
  974.     necessary. 
  975.  
  976.  
  977.     5. Reset System Date and Time 
  978.  
  979.     This has been included for older systems which do not have an ˇinternal 
  980.     clock. ˇˇIt simply sets the system Date and Time so that ˇthe ˇcalendar 
  981.     used ˇfor ˇdata ˇentry is reasonably correct and that the date ˇon ˇall 
  982.     printed reports is correct.. 
  983.  
  984.  
  985.     6. Import Data from Floppy
  986.  
  987.     This option will append or replace records to  your data base from data 
  988.  
  989.                                GROUPSYS   Page 17
  990.  
  991.     System Utilities Menu Options Cont'd
  992.     ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ 
  993.  
  994.     base ˇfiles ˇon diskette. ˇThese files will have been created by  ˇyour 
  995.     associated ˇSections using BEAVSYS, ˇCUBSYS, ˇSCOUTSYS, ˇVENTSYS, ˇˇand 
  996.     ROVSYS.  It is intended to reduce keypunch time during registration. 
  997.  
  998.     You ˇwill ˇbe ˇprompted for the drive containing the ˇfloppy ˇdiskette, 
  999.     whether ˇyou are importing Leader or Youth data,  ˇwhether you want ˇto 
  1000.     replace the data on file or simply append records to the existing data, 
  1001.     and if replacing Youth data whether you wish to move the current ˇcount 
  1002.     of Youths by Section to the Last Year field in the Section File. 
  1003.  
  1004.     Generally speaking you will replace youth data once per year moving the 
  1005.     current counts to last year. If you find it easier to replace data more 
  1006.     than once during the registration process, ˇbe sure you answer "NO" ˇto 
  1007.     the move to Last Year prompt or the counts will be incorrect. ˇYou can, 
  1008.     however, ˇˇadjust ˇthose counts using Section File Maintenance ˇin ˇthe 
  1009.     Control File Maintenance Menu. 
  1010.  
  1011.     Leader ˇrecords should be appended or transferred! ˇIf you replace ˇthe 
  1012.     Leader records for a Section, ˇALL Training data on file for Leaders in 
  1013.     that Section will be lost. Only use replace when initially starting the 
  1014.     system. ˇˇFrom that point on you should append new Leaders or ˇtransfer 
  1015.     existing ˇLeaders from one Section to another. ˇThis will preserve ˇthe 
  1016.     Training records of each current Leader. 
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.                                GROUPSYS   Page 18
  1045.  
  1046.